home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / Daring To Fly™ / Daring To Fly™.8 bit, for 030 / 00066.ls < prev    next >
Encoding:
Text File  |  1995-02-15  |  218 b   |  12 lines

  1. on startMovie
  2.   global bg
  3.   set the preloadRam to 1
  4.   if not objectp(bg) then
  5.     set bg to backdrop(mnew)
  6.     bg(mRegister, "00000000-333")
  7.     bg(mSetColor, 0, 0, 0)
  8.     bg(mHideInBack, 0)
  9.     bg(mShow)
  10.   end if
  11. end
  12.